github.com/refraction-networking/utls.utlsCompressedCertificateMsg.algorithm (field)
7 uses
github.com/refraction-networking/utls (current package)
u_handshake_client.go#L61: if m.algorithm == uint16(alg) {
u_handshake_client.go#L67: return nil, fmt.Errorf("unadvertised algorithm (%d)", m.algorithm)
u_handshake_client.go#L70: switch CertCompressionAlgo(m.algorithm) {
u_handshake_client.go#L94: return nil, fmt.Errorf("unsupported algorithm (%d)", m.algorithm)
u_handshake_messages.go#L18: algorithm uint16
u_handshake_messages.go#L31: b.AddUint16(m.algorithm)
u_handshake_messages.go#L48: !s.ReadUint16(&m.algorithm) ||
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |